You are here: Scripting Reference > Classes > Partner > Partner.FlowNetId

FlowNetId

Declaration

property FlowNetId: String;

Example

procedure OnMapEvent(var Value:Variant);

begin

Value := Partner.FlowNetId;

end;

Description

Returns the FlowNetId of the active partner within your system. This is unique for the trading partner and is relative to the See "License.UserId" of their license.

This value is currently setup manually. If you have not filled it in then it will not be present.